.mu-title h2 {
	color:#116eb3;
}

.right-sidebar {
	background-color: black;
 color: white;
 border-radius: 10px;
 padding: 20px;
 margin-left: 0px !important;
}
.right-bar-categories ul {
	padding-left: 20px !important
}
.right-bar-categories ul li a {
    background: transparent;
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    position: relative;
    color: #ffffff !important;
    border-bottom: 1px solid white !important;
    padding: 10px !important;
}

.right-bar-categories {
    border-right: 1px solid grey;
    padding-right: 10px;
}

.right-bar-title {
 font-size: 15px;
 font-weight: 600;
 text-transform: uppercase;
 color: white;
 border-bottom: 3px solid;
 padding-left: 10px;
 padding-bottom: 8px;
 margin-top: 40px;
 background-color: #116eb3;
    padding: 20px;
    border-radius: 10px;
}

.right-bar-categories ul {
    list-style: none;
    padding-left: 36px;
}

.right-bar-categories ul li a {
    background: transparent;
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    position: relative;
    color: #4c7284;
}